@charset "utf-8";

.capLeftCol {
	background-color: rgb(0, 0, 0, 0.7);
	width: 15%;
	border-radius: 0.9vw 0 0 0.9vw;
}
.capRightCol {
	width: 85%;
	background-color: #FFF;
	border-radius: 0 0.9vw 0.9vw 0;
	border: 1px solid #ccc;
	border-left: none;
}

.cap_img_content {
	display: block;
}

.galleryImgContainer {
	position: relative;
	display: inline-block;
	margin: 0 1.2vw 3vw 1.2vw;
	box-sizing: border-box;
	text-align: center;
}
.galleryImgContainer {
	width: 28%;
}

.galleryImgContainer img{
	width: 100%;
	border: solid 1px #ccc;
	box-shadow: 2px 2px 6px rgb(0, 0, 0, 0.3);
	padding: 0.2vw;
	cursor: pointer;
}

.galleryImgContainer img:hover{
	opacity: 0.9;
}

.galleryImgContainer:hover::after{
	content: 'Click to Enlarge';
	position: absolute;
	top: -2vw;
	right: 0;
	width: 8vw;
	font-size: 0.8vw;
	z-index: 10;
	padding: 5px;
	text-align: right;
}

.galleryImgContainer p span {
	font-size: 1.1vw;
}
.galleryImgContainer p {
	font-size: 0.8vw;
}





html::-webkit-scrollbar, .overlay::-webkit-scrollbar {
	width: 0;
    height: 0;
}

.htmLay{
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.background-content {
	height: 100%;
    overflow: auto;
} 
.overlaySections, .hide {
	display: none;
}

.overlay {
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;  
	z-index: 20; 
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 0.4s;
	animation-name: fade-in;
	animation-duration: 0.4s;
}

.optionsOverlay {
	overflow-y: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;  
	z-index: 20; 
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 0.4s;
	animation-name: fade-in;
	animation-duration: 0.4s;
	display: none;
}

.overlay_img {
	position: relative;
	z-index: 30;
	margin: auto;
	width: 80%;
	margin: 6vw auto;
	max-width: 1000px;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s; 
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}  
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}
@-webkit-keyframes fade-in {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fade-in {
	from {opacity: 0;}
	to {opacity: 1;}
}

.overlay_img img{
	border-radius: 6px; 
	width: 96%;
	height: auto;
	margin: auto;
	overflow: hidden;
	border: 1vw solid white;	
} 
.OverlaycloseBtn {
	position: fixed;
	top: 1vw;
	right: 2%;
	font-size: 4vw;
	color: white;
	z-index: 30;
	cursor: pointer;
}
.OverlaycloseBtn:hover::after  {
	content: "Close";
	position: absolute;
	top: 0;
	right: 4vw;
	padding: 0.2vw;
	background-color: white;
	border: solid 1px #ccc;
	color: black;
	font-size: 1vw;
}

.OLbuttonsprv, .OLbuttonsnxt {
	position: fixed;
	top: 48%;
	z-index: 20;
	font-size: 5vw;
	color: white;
	margin: 0 10px;
	cursor: pointer;
	opacity: 0.8;
	padding: 0 0.3vw;
}
.detailsBtn {
	position: fixed;
	top: 80%;
	font-size: 1.7vw;
	z-index: 60;
	color: #666;
	background-color: white;
	padding: 2vw 3vw;
	border-radius: 4px;
	right: 9%;
}
.detailsBtn:hover {
	color: #fff;
	background-color: black;
	cursor: pointer;
}

.quotecloseBtn {
	position: fixed;
	top: 1vw;
	right: 4%;
	font-size: 4vw;
	color: white;
	z-index: 60;
	cursor: pointer;
	display: none;
}

.detailsBx {
	width: 75%;
	background-color: white;
	border-radius: 8px;
	z-index: 60;
	display: none;
	position: relative;
	margin: auto;
	margin: 6vw auto;
	max-width: 1200px;
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s; 
}
.imgBx, .descriptionBx {
	display: inline-block;
	padding: 2vw 2vw 0 2vw;
}
.descriptionBx {
	width: 31%;
	vertical-align: top;
}
.discriptionBxName {
	font-size: 1.8vw;
	font-weight: bold;
}
.descriptionBx p {
	font-size: 1.1vw;
}
.imgBx{
	width: 56%;
}
.imgBx img {
	width: 100%;
	border-radius: 10px;
}
.optionxBx {
	padding: 0 3vw 2vw 2vw;
	font-weight: bold;
	font-size: 1vw;
}
.optionsBxDetails {
	font-size: 1vw;
	width: 85%;
	margin-left: 1vw;
}
.input, .optionsBxDetails {
	display: inline-block;
	vertical-align: top;
}
input[type=checkbox] {
	height: 1.3vw;
	width: 1.3vw;
}
.optionxBxCont {
	display: none;
	padding: 0 2vw 0.5vw 2vw;
}
.optionsBxMain {
	vertical-align: top;
	display: inline-block;
	width: 39%;
}
#formOptionsSend {
	display: none;
}





.bookingForm {
	display: inline-block;
	width: 58%;
}
.quoteRequire {
	font-size: 0.8vw;
	text-align: right;
}
.formCont {
	display: inline-block;
	width: 46%;
}
.formContMes {
	display: inline-block;
	width: 95%;
}
.formContMes span {
	font-size: 1vw;
}
.formCont span {
	position: absolute;
	font-size: 1vw;
	padding: 0.2vw 0.5vw;
}
.bookingForm input, .bookingForm textarea {
	width: 94%;
	margin-bottom: 0.5vw;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #aaa;
	padding: 1.6vw 0vw 0vw 0vw;
	outline-color: #aaa;
	font-size: 1.1vw;
}
.bookingForm input::placeholder {
	opacity: 0.7;
	background-color: white;
}
.bookingForm textarea {
	min-height: 5vw;
	resize: none;
}
.bookingForm textarea::placeholder {
	font-family: Arial, Helvetica, sans-serif;
	color: #aaa;
}
.bookingForm input::placeholder, .bookingForm textarea::placeholder {
	font-size: 1.2vw;
}

.commnt, .formOptionsSend {
	display: none;
}

.bokingFormBtns {
	margin-bottom: 2vw;
}

.acceptBtn, .cancelBtn {
	display: inline-block;
	border: solid 1px #ccc;
	font-size: 1.5vw;
	opacity: 0.9;
	cursor: pointer;
	text-align: center;
	padding: 1vw;
	margin: auto;
	color: white;
	border-radius: 6px;
}
.acceptBtn:hover, .cancelBtn:hover {
	opacity: 1;
	color: #333;
	border: solid 1px #333;
}
.acceptBtn {
	background-color: rgb(44, 134, 44);	
	width: 60%;	
}
.cancelBtn {
	width: 20%;	
	background-color: #eee;
	color: #666;
}
.acceptBtn:hover {
	opacity: 1;
}







.OLbuttonsprv {
    left: 0.5vw;
}
.OLbuttonsnxt {
    right: 1.5vw;
}

.overlayCappingMainHeading {
	position: absolute;
	top: 1vw;
	left: 1vw;
	z-index: 11;
	color: white;
	font-size: 1vw;
	padding: 1vw 2vw;
	background-color: sandybrown;
}
.overlayCappingMainHeading span {
	font-size: 1.3vw;
	font-weight: bold;
}
.overlayCappingGalleryTab{
	position: absolute;
	font-size: 1.5vw;
	z-index: 30;
	color: #bbb;
	right: 2vw;
}
.overlayCappingGalleryTab {
	top: -2.4vw;
}



.openedTab {
	display: block;
}

.hide-overlay .overlay, .overlayGallery{
	display: none;
}